XPSDKVideoConnectionMethod

typedef enum XPSDKVideoConnectionMethod XPSDKVideoConnectionMethod

Video connection image stream method

  • Declaration

    Objective-C

    enum {
        /// Push mode - frames are pushed by the server over an established HTTP conection. High frame rate but the server may drop images quality
        XPSDKVideoConnectionMethodPush,
        
        ///Pull mode - frames are requested by the client in a sequence, each in separate HTTP request. Lower frame rate but higher quality of images
        XPSDKVideoConnectionMethodPull
    }